﻿COUNTRIES = {
	#EXAMPLE
	#c:DUA = {
	#	set_next_election_date = yyyy.m.d #If wanted
	#	
	#	effect_starting_technology_tier_#_tech = yes #1 highest, 7 lowest
	#	add_technology_researched = techkey #any extra tech beyond the tier
	#	
	#	set_tax_level = very_low/low/medium/high/very_high #default medium
	#	
	#	add_taxed_goods = g:tradegoodkey #if wanted
	#	add_discouraged_goods = g:tradegoodkey #if wanted
	#	
	#	set_market_capital = STATE_KEY #defaults to capital state
	#	
	#	#Default laws are laws at top of each law screen
	#	effect_starting_politics_liberal/conservative/reactionary/traditional #if wanted for base set of laws
	#	activate_law = law_type:law_key #for custom law setups or to change from base law scripted effect, suggest keep in order
	#	
	#	set_institution_investment_level = { #default institution level is 1 if appropriate law is active
	#		institution = institution_key
	#		level = 1-5
	#	}
	#	
	#	set_ruling_interest_groups = { #set country's ruling interest group(s), preferred
	#		ig_key
	#		ig_key
	#		ig_key
	#	}
	#	
	#	ig:ig_key = { #optional
	#		add_ruling_interest_group = yes #alternate way to set ruling interest groups
	#		set_interest_group_name = ig_name_key #if want different name from default
	#		remove_ideology = ideology_key #remove ig's base ideology
	#		add_ideology = ideology_key #add alternate ideology
	#		set_ig_bolstering = yes #optional
	#		set_ig_suppression = yes #optional
	#	}
	#	
	#	add_journal_entry = { type = je_key } #for any starting special journal entries
	#	
	#	trigger_event = { #for any starting events
	#		id = event_key
	#	}
	#	
	#	add_modifier = { #for any starting modifiers, suggest starting event with modifiers in tooltip to let players know
	#		name = modifier_key
	#		duration = -1 #in days -1 is permanent
	#	}
	#	
	#	#any other starting effects
	#}
	
	c:AOT = { #Aotearoa
		effect_starting_technology_tier_4_tech = yes

		activate_law = law_type:law_monarchy
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_land_based_taxation	
		activate_law = law_type:law_right_of_assembly
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_pagan_shamans
		}	
	}
	
	c:NTU = { #Ngati Toa
		effect_starting_technology_tier_5_tech = yes
		effect_native_conscription_8 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:NTO = { #Ngai Tahu
		effect_starting_technology_tier_5_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:NNG = { #Noongar
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:YLN = { #Yolngu
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:NUN = { #Nunga
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:PJT = { #Pitjantjajara
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:YMT = { #Yamatji
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:WIR = { #Wiradjuri
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}

	c:YAL = { #Yalai
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}

	c:KOO = { #Koori
		effect_starting_technology_tier_5_tech = yes
		effect_starting_politics_traditional = yes
		
		activate_law = law_type:law_isolationism
		activate_law = law_type:law_cultural_exclusion
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_mahayana_monks
			remove_ideology = ideology_moralist
			add_ideology = ideology_buddhist_moralist
		}
		add_modifier = {
			name = dvg_guli_conscription
			days = 3650
		}
	}
	
	c:KAU = { #Kauri
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_10 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:QQQ = { #Zhongtu
		effect_starting_technology_tier_3_tech = yes
		add_technology_researched = sericulture
		
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_mahayana_monks
			remove_ideology = ideology_moralist
			add_ideology = ideology_buddhist_moralist
		}
		add_modifier = {
			name = dvg_mid_way
		}
	}
	
	c:ZSA = { #Zhusha
		effect_starting_technology_tier_3_tech = yes
		add_technology_researched = sericulture
		
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_peasant_levies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_petty_bourgeoisie = {
			set_interest_group_name = ig_shang
		}
		ig:ig_devout = { 
			set_interest_group_name = ig_zuharran_madrasahs
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_red_kongsi
		}
	}
	
	c:MJN = { #Mianjin
		effect_starting_technology_tier_3_tech = yes
		add_technology_researched = sericulture
		
		activate_law = law_type:law_parliamentary_republic
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_peasant_levies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_petty_bourgeoisie = {
			set_interest_group_name = ig_shang
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_kongsi
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_republican_paternalistic
		}
	}
	
	c:YLO = { #Yaluo
		effect_starting_technology_tier_3_tech = yes
		add_technology_researched = sericulture
		
		add_taxed_goods = g:liquor
		add_taxed_goods = g:fish
		add_taxed_goods = g:services
		
		activate_law = law_type:law_parliamentary_republic
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_peasant_levies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		trigger_event = {
			id = dvg_zhourao.1
		}
		ig:ig_devout = {
			set_interest_group_name = ig_mahayana_monks
			remove_ideology = ideology_moralist
			add_ideology = ideology_buddhist_moralist
		}
		ig:ig_petty_bourgeoisie = {
			set_interest_group_name = ig_shang
		}
		ig:ig_rural_folk = {
			set_interest_group_name = ig_guli_tribes
			add_ideology = ideology_liberal
		}
		ig:ig_armed_forces = {
			set_interest_group_name = ig_national_army
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_kongsi
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_republican_paternalistic
		}
	}
}
